home *** CD-ROM | disk | FTP | other *** search
/ PC Relax 2004 #3 / PC Relax 3-2004.iso / AutoPlay / sextabu / browser.swf-xmlpath=data-&assetpath=assets-&toolpath=tools-&debug=1&pageid=5342.xml / scripts / frame_1 / DoAction.as
Text File  |  2004-06-22  |  1KB  |  46 lines

  1. function rgbacolour(ir, ig, ib, ia, ihex)
  2. {
  3.    if(ihex ne "")
  4.    {
  5.       this.hex = ihex;
  6.       this.r = new Number(parseInt(ihex.substr(1,2),16));
  7.       this.g = new Number(parseInt(ihex.substr(3,2),16));
  8.       this.b = new Number(parseInt(ihex.substr(5,2),16));
  9.       this.a = new Number(parseInt(ihex.substr(7,2),16));
  10.    }
  11.    else
  12.    {
  13.       this.r = new Number(ir);
  14.       this.g = new Number(ig);
  15.       this.b = new Number(ib);
  16.       this.a = new Number(ia);
  17.       hr = this.r.toString(16);
  18.       hg = this.g.toString(16);
  19.       hb = this.b.toString(16);
  20.       ha = this.a.toString(16);
  21.       if(length(hr) < 2)
  22.       {
  23.          hr = "0" add hr;
  24.       }
  25.       if(length(hg) < 2)
  26.       {
  27.          hg = "0" add hg;
  28.       }
  29.       if(length(hb) < 2)
  30.       {
  31.          hb = "0" add hb;
  32.       }
  33.       if(length(ha) < 2)
  34.       {
  35.          ha = "0" add ha;
  36.       }
  37.       this.hex = hr add hg add hb add ha;
  38.    }
  39. }
  40. if(_root.plcheck eq "1")
  41. {
  42.    version = $version;
  43.    loadVariablesNum("/PlugCheck.jsp",0,"POST");
  44. }
  45. where = "browser";
  46.